object frmMain: TfrmMain Left = 554 Top = 387 AlphaBlend = True AlphaBlendValue = 0 BorderIcons = [] BorderStyle = bsNone Caption = 'AuslogicsTryApplication' ClientHeight = 121 ClientWidth = 330 Color = clWhite Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = False Scaled = False OnClose = FormClose OnCreate = FormCreate OnMouseDown = FormMouseDown OnMouseMove = pnlSummaryMouseMove OnPaint = FormPaint OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object lPageState: TLabel Left = 10 Top = 8 Width = 160 Height = 18 Caption = 'Auslogics BoostSpeed' Font.Charset = RUSSIAN_CHARSET Font.Color = 8015394 Font.Height = -15 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False Transparent = True OnMouseDown = FormMouseDown end object imgCross: TImage Left = 309 Top = 12 Width = 10 Height = 10 Cursor = crHandPoint AutoSize = True Picture.Data = {} OnClick = imgCrossClick end object pnlSummary: TPanel Left = 2 Top = 33 Width = 323 Height = 87 Align = alCustom BevelOuter = bvNone Color = clWhite ParentBackground = False TabOrder = 0 OnMouseDown = FormMouseDown OnMouseMove = pnlSummaryMouseMove object lMemory: TLabel Left = 28 Top = 25 Width = 75 Height = 12 Cursor = crHandPoint AutoSize = False Caption = 'Memory Usage' Font.Charset = DEFAULT_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lMemoryMouseEnter OnMouseLeave = lMemoryMouseLeave end object lMemoryValue: TLabel Left = 151 Top = 25 Width = 40 Height = 18 Cursor = crHandPoint AutoSize = False Caption = '-----' Font.Charset = RUSSIAN_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lMemoryMouseEnter OnMouseLeave = lMemoryMouseLeave end object lInternet: TLabel Left = 28 Top = 43 Width = 76 Height = 12 Cursor = crHandPoint AutoSize = False Caption = 'Internet Traffic' Font.Charset = DEFAULT_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lInternetMouseEnter OnMouseLeave = lInternetMouseLeave end object lCPUValue: TLabel Left = 151 Top = 8 Width = 40 Height = 18 Cursor = crHandPoint AutoSize = False Caption = '-----' Font.Charset = RUSSIAN_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lCPUMouseEnter OnMouseLeave = lCPUMouseLeave end object lCPU: TLabel Left = 28 Top = 8 Width = 68 Height = 12 Cursor = crHandPoint AutoSize = False Caption = 'Average CPU' Font.Charset = DEFAULT_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lCPUMouseEnter OnMouseLeave = lCPUMouseLeave end object lNetValue: TLabel Left = 151 Top = 43 Width = 40 Height = 18 Cursor = crHandPoint AutoSize = False Caption = '-----' Font.Charset = RUSSIAN_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lInternetMouseEnter OnMouseLeave = lInternetMouseLeave end object iMemory: TImage Left = 10 Top = 26 Width = 16 Height = 16 Center = True Transparent = True OnMouseDown = FormMouseDown end object iInternet: TImage Left = 10 Top = 44 Width = 16 Height = 16 Center = True Transparent = True OnMouseDown = FormMouseDown end object iCPU: TImage Left = 10 Top = 9 Width = 16 Height = 16 Center = True Transparent = True OnMouseDown = FormMouseDown end object sTop: TShape Left = 10 Top = 0 Width = 306 Height = 1 Align = alCustom Pen.Color = 8015394 end object lBottomStatus: TLabel Left = 13 Top = 70 Width = 304 Height = 12 AutoSize = False Caption = 'Not Available task ...' Font.Charset = RUSSIAN_CHARSET Font.Color = 6710886 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False OnMouseDown = FormMouseDown end object lCPUPoint: TLabel Left = 142 Top = 8 Width = 9 Height = 12 Cursor = crHandPoint Alignment = taRightJustify AutoSize = False Caption = '... ' Font.Charset = DEFAULT_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Transparent = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lCPUMouseEnter OnMouseLeave = lCPUMouseLeave end object lMemPoint: TLabel Left = 142 Top = 25 Width = 9 Height = 12 Cursor = crHandPoint Alignment = taRightJustify AutoSize = False Caption = '... ' Font.Charset = DEFAULT_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Transparent = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lMemoryMouseEnter OnMouseLeave = lMemoryMouseLeave end object lNetPoint: TLabel Left = 142 Top = 43 Width = 9 Height = 12 Cursor = crHandPoint Alignment = taRightJustify AutoSize = False Caption = '... ' Font.Charset = DEFAULT_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [] ParentFont = False Transparent = False Layout = tlCenter OnMouseDown = FormMouseDown OnMouseEnter = lInternetMouseEnter OnMouseLeave = lInternetMouseLeave end object pnlGraph: TPanel Left = 196 Top = 10 Width = 120 Height = 51 BevelOuter = bvNone Color = clWhite TabOrder = 0 OnMouseDown = FormMouseDown OnMouseMove = pnlSummaryMouseMove object lOptimizeMem: TLabel Left = 32 Top = 0 Width = 88 Height = 12 Cursor = crHandPoint Alignment = taRightJustify Caption = 'Optimize Memory' Font.Charset = DEFAULT_CHARSET Font.Color = 9326592 Font.Height = -9 Font.Name = 'Verdana' Font.Style = [fsUnderline] ParentFont = False Transparent = True OnClick = aOptimizeMemoryExecute OnMouseEnter = lOptimizeMemMouseEnter OnMouseLeave = lOptimizeMemMouseLeave end object imgStat: TImage Left = 0 Top = 0 Width = 120 Height = 51 Align = alClient Visible = False OnMouseDown = FormMouseDown end end end object TimerRun: TTimer Enabled = False Interval = 8 OnTimer = TimerRunTimer Left = 109 Top = 65523 end object pmContex: TPopupMenu Images = StateList Left = 81 Top = 65523 object miOpenBoostSpeed: TMenuItem Action = aOpenBostSpeed Default = True end object miRunOneButtonCheckup: TMenuItem Action = aOneBtnCheckup end object miOptimizeMemory: TMenuItem Action = aOptimizeMemory end object N3: TMenuItem Caption = '-' end object Settings1: TMenuItem Action = aSettings end object ShowThisTrayIcon1: TMenuItem Action = aShowTray end object ShowStatusInTrayIcon1: TMenuItem Action = aShowStatusTray end object miAdvanced: TMenuItem Caption = '&Advanced' end object N1: TMenuItem Caption = '-' end object miExit: TMenuItem Action = aExit end end object ActionList: TActionList Images = StateList Left = 53 Top = 65523 object aOpenBostSpeed: TAction Category = 'Menu' Caption = '&Open BoostSpeed' OnExecute = aOpenBostSpeedExecute end object aOneBtnCheckup: TAction Category = 'Menu' Caption = '&Run One Button Checkup' OnExecute = aOneBtnCheckupExecute end object aExit: TAction Category = 'Menu' Caption = 'Exit' OnExecute = aExitExecute end object aOptimizeMemory: TAction Category = 'Advanced' Caption = 'Optimize &Memory' OnExecute = aOptimizeMemoryExecute end object aSettings: TAction Category = 'Advanced' Caption = '&Settings'#8230 OnExecute = aSettingsExecute end object aActionRun: TAction Caption = 'Action' OnExecute = aActionRunExecute end object aShowTray: TAction Category = 'Advanced' Caption = 'Show This Tray Icon' Checked = True OnExecute = aShowTrayExecute end object aShowStatusTray: TAction Category = 'Advanced' Caption = 'Show Status In Tray Icon' OnExecute = aShowStatusTrayExecute end end object TimerOptimizeMem: TTimer Enabled = False Interval = 50 OnTimer = TimerOptimizeMemTimer Left = 137 Top = 65523 end object TimerRequest: TTimer Enabled = False Interval = 600 OnTimer = TimerRequestTimer Left = 165 Top = 65523 end object StateList: TImageList BlendColor = clWindow BkColor = clWhite DrawingStyle = dsTransparent Left = 29 Top = 65523 end object XPManifest1: TXPManifest Left = 193 Top = 65523 end end